Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable aarch64 wheel builds #2114

Merged
merged 9 commits into from
Jan 3, 2025
Merged

Enable aarch64 wheel builds #2114

merged 9 commits into from
Jan 3, 2025

Conversation

dudoslav
Copy link
Collaborator

@dudoslav dudoslav commented Nov 22, 2024

After the next TileDB release we should be able to produce aarch64 wheels

In order for this to work, we need to create/share linux-arm64-ubuntu24 runner


fixes #2005

@dudoslav dudoslav self-assigned this Nov 22, 2024
Copy link
Member

@kounelisagis kounelisagis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks! Don't forget to uncomment everything and we are good to merge after #2116.


I checked a clone branch after cherry-picking the sole commit from #2116, and everything looks great!

@@ -30,6 +30,7 @@ jobs:
matrix:
buildplat:
- [ubuntu-22.04, manylinux_x86_64]
- [linux-arm64-ubuntu24, manylinux_aarch64]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need both of these?

@ihnorton ihnorton merged commit 1b27da9 into main Jan 3, 2025
33 checks passed
@ihnorton ihnorton deleted the db/sc-50707/aarch64 branch January 3, 2025 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide Linux wheels for aarch64
3 participants